CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最小二乘法 直线

搜索资源列表

  1. Data-fitting-methods

    2下载:
  2. 提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(example));3 非线性最小二乘法((MRQMIN(Levenberg-Marguardt), MRQCOF(evaluation)), FGAUSS(example));4 绝对值偏差最小的直线拟合(MEDFIT(cal para), ROFUNC(example))。-offers several d
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6066
    • 提供者:ldg
  1. Example026

    0下载:
  2. 最小二乘法,对直线进行一定程度的拟和,编译环境是vc-least squares method, the line for to a certain extent and, compile environment is vc
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:84426
    • 提供者:姜君华
  1. ZXECF

    0下载:
  2. 标准C写的数据直线拟合,最小二乘法处理,自己写的-write C standard linear data fitting, least squares method, wrote it myself
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1356
    • 提供者:李馨帆
  1. zxecfym

    0下载:
  2. 最小二乘法的例程,可以对数据进行线性拟合.由于源码较短只能进行直线拟合,曲线拟合的源码我稍后上传.-least squares method of programming, with the linear data fitting. As the only source for a shorter fitted to a straight line Curve fitting, I later upload source.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:960
    • 提供者:刘馨泽
  1. LeastSquare

    0下载:
  2. 给出一些离散的点,根据最小二乘法求出拟合的直线。-If there are some discrete points, you can get a line based on least square method.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-09
    • 文件大小:1970265
    • 提供者:刘刚
  1. RANSAC

    0下载:
  2. Ransac拟合直线和最小二乘法拟合的比较,对初次接触ransac的读者帮助很大-Ransac fitting straight line and the least-squares fitting of the comparison, the initial contact with the readers of great help to ransac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:1100
    • 提供者:田冰
  1. zxexf

    0下载:
  2. 曲线拟合的最小二乘法 实验用例: 已知函数y=f(x)的一张表: x 0 10 20 30 40 50 60 70 80 90 y 68 67.1 66.4 65.6 64.6 61.8 61.0 60.8 60.4 60 试验要求:利用曲线拟合的线性最小二乘法求被逼近函数f(x)在点x=55处的近似值,并画出实验数据和直线-Method of least squares curve fitting of the experimental cases: known func
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:522
    • 提供者:杨旸
  1. Linear_least_squares_fitting_procedure

    0下载:
  2. 最小二乘法的拟合直线的C++源代码,供参考。-Least squares method of fitting a straight line of C++ source code for reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:924
    • 提供者:聂鑫鑫
  1. lineerror

    1下载:
  2. 用最小包容区域法计算直线度误差,精度比最小二乘法高,适用于数据点在轴附近波动的情况。-Inclusive method to calculate the region with the minimum straightness error, precision higher than the least-squares method, applied to the data point in the shaft near the volatile situation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:182893
    • 提供者:david huang
  1. image3

    0下载:
  2. 在c++builder环境下对图像进行拟合直线测量距离,最小二乘法拟合直线!-Least squares fitting line
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:3051
    • 提供者:常军
  1. zxec

    0下载:
  2. 最小二乘法源代码。可以用来计算最小二乘法最佳拟合直线-Can be used to calculate the least squares best fit straight line
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1436865
    • 提供者:巫文斌
  1. LeastSquare20110722

    0下载:
  2. 1. 最小二乘法拟合数据成直线。 2. 三次样条插值。 3. 两个3D演示程序(用程序直接在平面上画的三维图像)。-自动翻译的:1 a linear least-squares fitting the data. 2 cubic spline interpolation. 3 two 3D demo program (application directly on the painting in three-dimensional image plane).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:322415
    • 提供者:zbj
  1. Phys_Lab

    0下载:
  2. eclipse中java工程源代码。根据实验数据作图。可作出标准的实验室网格图,和标准的应用最小二乘法拟合的直线。-The eclipse s java project is used to make the line illusions from the data gotted from the physical lab
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:54587
    • 提供者:fu
  1. zuixiaoerchengfa

    0下载:
  2. 直线拟合,最小二乘法,小程序,言简意赅,可以一看-Fitting a straight line, least-squares method, a small program
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2650018
    • 提供者:王亮
  1. leastSquaresEstimate

    0下载:
  2. 实现最小二乘法的直线拟合,输入为一串数据-To achieve linear least squares fitting, the input is a string of data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:941
    • 提供者:tim
  1. Form1

    0下载:
  2. 输入几个点的横坐标和纵坐标,用最小二乘法拟合出直线(类似y=ax+b).并把这个方程计算并显示出来。-Enter a few points of horizontal and vertical coordinates, with the least-squares fitting a straight line (similar to y = ax b). And this equation is calculated and displayed.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2036
    • 提供者:linglink
  1. Least-squares-method

    0下载:
  2. 最小二乘法 比较常用的拟合方法 可以拟合直线 曲线-Least squares method is commonly used fitting method can be fitted straight line curve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1182
    • 提供者:张剑坤
  1. MATLAB-zxerchengfa

    0下载:
  2. MATLAB编辑最小二乘法拟合直线法的程序-MATLAB edit least squares fit of a straight-line basis over the program
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:38257
    • 提供者:fsq405
  1. line-fitting

    0下载:
  2. 使用最小二乘法来实现对输入的点进行直线拟合,-Using the least squares method to achieve the linear fitting of the input point,
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:2928
    • 提供者:john wang
  1. fitting-line

    0下载:
  2. 可输入多组数据,最小二乘法拟合直线方程。并可以验证其误差-Multiple sets of data can be entered, least-squares fitting a linear equation. And can verify its error
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:5115450
    • 提供者:王志强
« 1 2 34 5 »
搜珍网 www.dssz.com